home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net interactivo 3
/
inter@ivo 1996-04.iso
/
cybint3
/
bin
/
curios.dxr
/
00037.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-21
|
261 b
|
13 lines
on exitFrame
if rollOver(2) or rollOver(3) then
set the visible of sprite 3 to 0
else
if the visible of sprite 3 = 1 then
set the visible of sprite 3 to 0
else
set the visible of sprite 3 to 1
end if
end if
go(the frame)
end